Description{Gets the width of a column in a listview gadget.  The listview gadget must be in report mode (set using setListViewStyle)}CommandName{getListViewColumnWidth}HelpPath{Special}ReturnValue{int width=}OpenBrace{( }Parameters{handle gadget, int columnIndex}CloseBrace{)}ReturnDescription{The width of the listview column.}Param1{gadget}Param1Desc{Handle of a listview gadget}Param2{columnIndex}Param2Desc{Index of the column whoose width you wish to get.}Param3{}Param3Desc{}